Skip to content

Commit

Permalink
command/lock: Fixing mixed spaces and tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
armon committed Jan 20, 2015
1 parent 2e281dc commit ce4fa17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/lock.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Options:
-http-addr=127.0.0.1:8500 HTTP address of the Consul agent.
-n=1 Maximum number of allowed lock holders. If this
value is one, it operates as a lock, otherwise
a semaphore is used.
a semaphore is used.
-name="" Optional name to associate with lock session.
-token="" ACL token to use. Defaults to that of agent.
-verbose Enables verbose output
Expand Down

0 comments on commit ce4fa17

Please sign in to comment.