diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bal | 2 | ||||
-rwxr-xr-x | scripts/bal-huquq | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bal b/scripts/bal index be7c3a0a..423e3e41 100755 --- a/scripts/bal +++ b/scripts/bal @@ -18,4 +18,4 @@ else limit="" fi -ledger -VQ $switch $limit -s -S "-AT" balance $accts +ledger -VQ $switch $limit -s -S "-UT" balance $accts diff --git a/scripts/bal-huquq b/scripts/bal-huquq index c17c84a2..fad2854a 100755 --- a/scripts/bal-huquq +++ b/scripts/bal-huquq @@ -18,4 +18,4 @@ else limit="" fi -ledger -VQ $switch $limit -s -S "-AT" balance $accts +ledger -VQ $switch $limit -s -S "-UT" balance $accts |