From 1d943233185dc17466a985d0bd408389ee27de7b Mon Sep 17 00:00:00 2001 From: praet Date: Sun, 17 Apr 2011 20:22:24 +0000 Subject: --- doc/forum/wishlist:_command_options_changes.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/forum/wishlist:_command_options_changes.mdwn diff --git a/doc/forum/wishlist:_command_options_changes.mdwn b/doc/forum/wishlist:_command_options_changes.mdwn new file mode 100644 index 000000000..1d1b7087b --- /dev/null +++ b/doc/forum/wishlist:_command_options_changes.mdwn @@ -0,0 +1,14 @@ +Some suggestions for changes to command options: + + * --verbose: + * add alternate: -v + + * --from: + * replace with: -s $SOURCE || --source=$SOURCE + + * --to: + * replace with: -d $DESTINATION || --destination=$DESTINATION + + * --force: + * re-add alternate: -f (was removed in v0.20110417) + -- cgit v1.2.3 From f5845ce97b67d98495e42dec35e9821a561d5884 Mon Sep 17 00:00:00 2001 From: praet Date: Sun, 17 Apr 2011 20:26:56 +0000 Subject: --- doc/forum/wishlist:_command_options_changes.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/forum/wishlist:_command_options_changes.mdwn b/doc/forum/wishlist:_command_options_changes.mdwn index 1d1b7087b..250fd75c8 100644 --- a/doc/forum/wishlist:_command_options_changes.mdwn +++ b/doc/forum/wishlist:_command_options_changes.mdwn @@ -10,5 +10,5 @@ Some suggestions for changes to command options: * replace with: -d $DESTINATION || --destination=$DESTINATION * --force: - * re-add alternate: -f (was removed in v0.20110417) + * add alternate: -F (-f was removed in v0.20110417) -- cgit v1.2.3 From 0c856a99254b323cc5a8840a522092014f77cc38 Mon Sep 17 00:00:00 2001 From: praet Date: Sun, 17 Apr 2011 20:29:34 +0000 Subject: --- doc/forum/wishlist:_command_options_changes.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/forum/wishlist:_command_options_changes.mdwn b/doc/forum/wishlist:_command_options_changes.mdwn index 250fd75c8..4509f815d 100644 --- a/doc/forum/wishlist:_command_options_changes.mdwn +++ b/doc/forum/wishlist:_command_options_changes.mdwn @@ -10,5 +10,7 @@ Some suggestions for changes to command options: * replace with: -d $DESTINATION || --destination=$DESTINATION * --force: - * add alternate: -F (-f was removed in v0.20110417) + * add alternate: -F + * "-f" was removed in v0.20110417 + * since it forces unsafe operations, should be capitalized to reduce chance of accidental usage. -- cgit v1.2.3