commit 2c424c078a4b4c8782efcc3d619372a9639bbecf
Author:     Mattias Andrée <[email protected]>
AuthorDate: Sun Jan 29 22:17:09 2017 +0100
Commit:     Evan Gates <[email protected]>
CommitDate: Tue Jan 31 10:32:30 2017 -0800

    cp.1: source and dest are not optional
    
    Signed-off-by: Mattias Andrée <[email protected]>

diff --git a/cp.1 b/cp.1
index 54126e2..f74127d 100644
--- a/cp.1
+++ b/cp.1
@@ -11,8 +11,8 @@
 .Fl R
 .Op Fl H | L | P
 .Oc
-.Op Ar source ...
-.Op Ar dest
+.Ar source ...
+.Ar dest
 .Sh DESCRIPTION
 .Nm
 copies

Reply via email to