diff options
Diffstat (limited to 'Command/Status.hs')
-rw-r--r-- | Command/Status.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Status.hs b/Command/Status.hs index e66f59858..3fddb599d 100644 --- a/Command/Status.hs +++ b/Command/Status.hs @@ -54,8 +54,8 @@ stats = [ supported_backends , supported_remote_types , remote_list Trusted "trusted" - , remote_list UnTrusted "untrusted" , remote_list SemiTrusted "semitrusted" + , remote_list UnTrusted "untrusted" , tmp_size , bad_data_size , local_annex_keys |