Skip to content

Commit

Permalink
manual hack.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Apr 7, 2011
1 parent d5875eb commit 8fa73dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CmdDB.hs
Expand Up @@ -162,11 +162,11 @@ commandDB = [
}
, CommandSpec {
command = Add
, commandNames = ["add"]
, commandNames = ["add" "add-source"]
, document = "Add a source directory"
, routing = RouteFunc add
, switches = [(SwSandbox, Just "-s")]
, manual = Nothing
, manual = Just "<source>"
}
, CommandSpec {
command = Help
Expand Down

0 comments on commit 8fa73dd

Please sign in to comment.