Skip to content

Commit

Permalink
Clarify argument filename for flogtool commands. Addresses #191.
Browse files Browse the repository at this point in the history
  • Loading branch information
zancas committed Jun 5, 2012
1 parent 81fd023 commit fad15b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion foolscap/logging/dumper.py
Expand Up @@ -6,7 +6,7 @@
class DumpOptions(usage.Options):
stdout = sys.stdout
stderr = sys.stderr
synopsis = "Usage: flogtool dump DUMPFILE.pickle"
synopsis = "Usage: flogtool dump DUMPFILE.flog[.bz2]"
optParameters = [
("timestamps", "t", "short-local",
"Format for timestamps: short-local, utc, long-local"),
Expand Down
2 changes: 1 addition & 1 deletion foolscap/logging/web.py
Expand Up @@ -10,7 +10,7 @@
from twisted.web import server, static, html, resource

class WebViewerOptions(usage.Options):
synopsis = "Usage: flogtool web-viewer DUMPFILE.pickle"
synopsis = "Usage: flogtool web-viewer DUMPFILE.flog[.bz2]"

optFlags = [
("quiet", "q", "Don't print instructions to stdout"),
Expand Down

0 comments on commit fad15b8

Please sign in to comment.