diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-17 18:18:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-17 18:18:55 -0400 |
commit | 6c238922f0ad6f63375ba55ad6e3dadc2bc01c89 (patch) | |
tree | ca68666e82144feec99e699fba93d813aeb8f487 | |
parent | 86f7feb2784221459d4015b0d70f537dbf2e9bb7 (diff) | |
parent | 0c856a99254b323cc5a8840a522092014f77cc38 (diff) |
Merge remote-tracking branch 'branchable/master'
-rw-r--r-- | doc/forum/wishlist:_command_options_changes.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/wishlist:_command_options_changes.mdwn b/doc/forum/wishlist:_command_options_changes.mdwn new file mode 100644 index 000000000..4509f815d --- /dev/null +++ b/doc/forum/wishlist:_command_options_changes.mdwn @@ -0,0 +1,16 @@ +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: + * add alternate: -F + * "-f" was removed in v0.20110417 + * since it forces unsafe operations, should be capitalized to reduce chance of accidental usage. + |