diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2018-11-20 20:21:29 +0200 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2018-11-20 20:21:29 +0200 |
commit | bd85acf6a408674bcdcb5116963fe4fea2247280 (patch) | |
tree | 4318ff7e1331b16cb9152f45601eedb89b30fb92 /ck.1 | |
parent | da31bfd28301d63571eccb4abdd6b0a65b05c621 (diff) | |
download | ck-bd85acf6a408674bcdcb5116963fe4fea2247280.tar.gz ck-bd85acf6a408674bcdcb5116963fe4fea2247280.tar.bz2 ck-bd85acf6a408674bcdcb5116963fe4fea2247280.zip |
Simplyfy restore arguments
Diffstat (limited to 'ck.1')
-rw-r--r-- | ck.1 | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -80,12 +80,12 @@ ck \- manage configuration across the system .YS \" Restore .SY ck -.B restore \-p +.B restore .I PROGRAM_NAME .YS .ns .SY ck -.B restore all +.B restore \-\-all .YS \" Help .SY ck @@ -714,12 +714,12 @@ take care of the already created links, if that's the case. .ns .RS 2 .SY ck -.B restore \-p +.B restore .I PROGRAM_NAME .YS .ns .SY ck -.B restore all +.B restore \-\-all .YS .RE .TP 2 @@ -735,7 +735,7 @@ The name of the .B program to be restored. .TP 21 -.B all +.B --all Restore all .B programs ck keeps track of. @@ -743,8 +743,8 @@ keeps track of. .TP 2 .B EXAMPLES .EX -$ ck restore all -$ ck restore -p emacs +$ ck restore --all +$ ck restore emacs .EE .SS "GET HELP" Get help for any given |