diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-14 16:15:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-14 16:15:48 -0400 |
commit | 364981ad924e7f4fdb92121dba52318bce3644d3 (patch) | |
tree | 3f1d926c015628ed97e8304042ea0c9c0a869479 | |
parent | aa4fbbdd33c4d584b734476a341a0c38980281a6 (diff) |
probably makes sense to list semitrusted before untrusted
-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 |