Skip to content

Commit

Permalink
Better help
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Mar 31, 2016
1 parent 7dd41a6 commit 95d5c6e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lib/pgsync.rb
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,16 @@ def perform

def parse_args(args)
opts = Slop.parse(args) do |o|
o.banner = "usage: pgsync [options]"
o.banner = %{Usage:
pgsync [command] [options]
Commands:
tables
groups
schema
setup
Options:}
o.string "--from", "source"
o.string "--to", "destination"
o.string "--where", "where"
Expand Down

0 comments on commit 95d5c6e

Please sign in to comment.