From 836b212acdc0c149cc4cf4959d72b79187dd7993 Mon Sep 17 00:00:00 2001 From: Florian-Schoenherr Date: Sat, 21 Aug 2021 12:43:17 +0200 Subject: [PATCH] docs: clarify 'clean' command Signed-off-by: Florian-Schoenherr --- python/servo/build_commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index a0ad4b9d615..976e39c6b47 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -758,7 +758,7 @@ class MachCommands(CommandBase): return status @Command('clean', - description='Clean the build directory.', + description='Clean the target/ and python/_virtualenv[version]/ and support/hololens/ directories', category='build') @CommandArgument('--manifest-path', default=None, @@ -786,7 +786,7 @@ class MachCommands(CommandBase): return check_call(["cargo", "clean"] + opts, env=self.build_env(), verbose=verbose) @Command('clean-uwp', - description='Clean the support/hololens/ directory.', + description='Clean the support/hololens/ directory', category='build') def clean_uwp(self): uwp_artifacts = [