This commit is contained in:
parent
19782240b9
commit
8527643324
1 changed files with 24 additions and 0 deletions
24
doc/bugs/minor_bug:_errors_are_not_verbose_enough.mdwn
Normal file
24
doc/bugs/minor_bug:_errors_are_not_verbose_enough.mdwn
Normal file
|
@ -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.
|
Loading…
Reference in a new issue