diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-01 16:02:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-01 16:02:01 -0400 |
commit | 5bc32c7f3438a329878f4da7ad0b514c12a54332 (patch) | |
tree | c598544113c70ea401e3c69f18a12cfd53d9d4bc /Command/Whereis.hs | |
parent | 2f4d4d1c4552a93a5f26a8a0a713e3916612329e (diff) |
add json formatted list of remotes
Wherever a list of remotes is shown, --json now enables a json formatted
list.
Diffstat (limited to 'Command/Whereis.hs')
-rw-r--r-- | Command/Whereis.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Whereis.hs b/Command/Whereis.hs index 314fef782..f80c823b7 100644 --- a/Command/Whereis.hs +++ b/Command/Whereis.hs @@ -33,7 +33,7 @@ perform key = do if null uuids then stop else do - pp <- prettyPrintUUIDs uuids + pp <- prettyPrintUUIDs "whereis" uuids showLongNote pp showOutput next $ return True |