Skip to content

Commit

Permalink
* Fix -a in Usage()
Browse files Browse the repository at this point in the history
  • Loading branch information
fta1 committed May 12, 2008
1 parent 38c1a4b commit ed85abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pastebinit (0.9-0ubuntu2) UNRELEASED; urgency=low

[ Fabien Tassin ]
* Add Vcs-Bzr to debian/control
* Fix -a in Usage()

-- David Paleino <d.paleino@gmail.com> Tue, 19 Feb 2008 21:07:02 +0100

Expand Down
2 changes: 1 addition & 1 deletion pastebinit
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ try:
print _("\t-i <filename> (or pipe the text)")
print _("Optional arguments:")
print _("\t-b <pastebin url:default is '%s'>") % website
print _("\t-a <author:default is '%s'>") % website
print _("\t-a <author:default is '%s'>") % user
print _("\t-f <format of paste:default is '%s'>") % format
print _("\t-r <parent posts ID:defaults to none>")
print _("Optional arguments supported only by 1t2.us and paste.stgraber.org:")
Expand Down

0 comments on commit ed85abe

Please sign in to comment.