]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Update comment
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 3 Jan 2025 19:32:22 +0000 (20:32 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 3 Jan 2025 19:33:50 +0000 (20:33 +0100)
mkosi/sandbox.py

index 83433720460951f90367e6bf46c50eec38db3ff3..9caac3007eadfcc7d9bacf01cc3e72b3e1ab5bb5 100755 (executable)
@@ -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] = []