diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-22 13:49:32 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-22 13:49:32 -0400 |
commit | b48a044d26bb607da9962b9086e9da2db9e11620 (patch) | |
tree | 0a5b94be74befcbf51431ea4a0d7da31cbdcf357 /CmdLine | |
parent | 475f9475f162c1c1f9aee727fa3f3a471ebe2506 (diff) |
reinject: Added new mode which can reinject known files into the annex.
For example: git-annex reinject --known /mnt/backup/*
Diffstat (limited to 'CmdLine')
-rw-r--r-- | CmdLine/Usage.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CmdLine/Usage.hs b/CmdLine/Usage.hs index f66eb9153..c4522788f 100644 --- a/CmdLine/Usage.hs +++ b/CmdLine/Usage.hs @@ -104,3 +104,5 @@ paramOptional :: String -> String paramOptional s = s paramPair :: String -> String -> String paramPair a b = a ++ " " ++ b +paramOr :: String -> String -> String +paramOr a b = a ++ " | " ++ b |