summaryrefslogtreecommitdiff
path: root/doc/bugs/minor_bug:_errors_are_not_verbose_enough.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/minor_bug:_errors_are_not_verbose_enough.mdwn')
-rw-r--r--doc/bugs/minor_bug:_errors_are_not_verbose_enough.mdwn24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/minor_bug:_errors_are_not_verbose_enough.mdwn b/doc/bugs/minor_bug:_errors_are_not_verbose_enough.mdwn
new file mode 100644
index 000000000..8def2e8c3
--- /dev/null
+++ b/doc/bugs/minor_bug:_errors_are_not_verbose_enough.mdwn
@@ -0,0 +1,24 @@
+Current:
+
+ % git annex status
+ git-annex: unknown command
+
+Better:
+
+ % git annex status
+ git-annex: status: unknown command
+
+Current:
+
+ % git annex fsck
+ [...]
+ git-annex: 18 failed
+
+Better:
+
+ % git annex fsck
+ [...]
+ git-annex: fsck: 18 failed
+
+
+etc pp.