From: Daan De Meyer Date: Fri, 3 Jan 2025 19:32:22 +0000 (+0100) Subject: Update comment X-Git-Tag: v25~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b802e295e0aea9f902b93ea97405917c5475975;p=thirdparty%2Fmkosi.git Update comment --- diff --git a/mkosi/sandbox.py b/mkosi/sandbox.py index 834337204..9caac3007 100755 --- a/mkosi/sandbox.py +++ b/mkosi/sandbox.py @@ -720,8 +720,8 @@ documentation", for workarounds. def main() -> None: - # We don't use argparse as it takes +- 10ms to import and since this is purely for internal - # use, it's not necessary to have good UX for this CLI interface so it's trivial to write + # We don't use argparse as it takes +- 10ms to import and since this is primarily for internal + # use, it's not necessary to have amazing UX for this CLI interface so it's trivial to write # ourselves. argv = list(reversed(sys.argv[1:])) fsops: list[FSOperation] = []