Skip to content

Commit

Permalink
Fix POD documentation to reflect changes in style.
Browse files Browse the repository at this point in the history
This aligns command line arguments parsing style with POD documentation.

Signed-off-by: Krzysztof Wilczynski <[email protected]>
  • Loading branch information
kwilczynski authored and dormando committed Jan 28, 2012
1 parent 8b35b66 commit e656433
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mogrename
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ mogrename -- Rename file (key) from one key to another
=head1 SYNOPSIS
$ mogrename [OPTIONS] --old-key='/hello.jpg' --new-key='/bye.jpg'
$ mogrename [OPTIONS] --old_key='/hello.jpg' --new_key='/bye.jpg'
$ mogupload --trackers=host --domain=foo --class=bar \
--old-key='/hello.jpg' --new-key='/bye.jpg'
--old_key='/hello.jpg' --new_key='/bye.jpg'
$ mogupload --trackers=host1:7001,host2:7001 --domain=foo --class=bar \
--old-key='/hello.jpg' --new-key='/bye.jpg'
--old_key='/hello.jpg' --new_key='/bye.jpg'
=head1 OPTIONS
Expand All @@ -30,11 +30,11 @@ Set the MogileFS domain to use.
Set the class to use. Will use default class if not specified.
=item --old-key='<old key>'
=item --old_key='<old key>'
An old key to rename the file from. Can be an arbitrary string.
=item --new-key='<new key>'
=item --new_key='<new key>'
A new key to rename the file to. Can be an arbitrary string.
Expand Down

0 comments on commit e656433

Please sign in to comment.