From 6a9f0e96896d27cb34cdb15b11337f1292ea8dc8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 30 Apr 2020 14:03:59 +0300 Subject: [PATCH] Fix documentation of poldek command line Fixup to a390597a5dd311920abfb4b1ee80c41577b57149 --- builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder.sh b/builder.sh index 85e008b..32486f2 100755 --- a/builder.sh +++ b/builder.sh @@ -1870,7 +1870,7 @@ run_sub_builder() { # @return exit code from poldek # # this requires following sudo rules: -# - poldek --noask --caplookup -uG +# - poldek --noask --caplookup -ug poldek_install() { LANG=C $POLDEK_CMD --noask --caplookup --uniq -ug "$@" } -- 2.44.0