Skip to content

Commit

Permalink
App: Small fix for command line tool help monit
Browse files Browse the repository at this point in the history
  • Loading branch information
vashpan committed Oct 19, 2022
1 parent 0c2c047 commit cc445a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DevCleaner/Base/CmdLine.swift
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public final class CmdLine {
let argsParser = ArgumentsParser(toolName: "dev-cleaner", description: "Reclaims storage that Xcode stores in caches and old files")
argsParser.addOption(name: "info", description: "Show all items available to clean.")
argsParser.addOptionWithValue(name: "clean",
description: "Perform cleaning of given items. Available options: all,device-support,archives,derived-data,old-logs,old-documentation. If you want to clean all, pass \"all\"",
description: "Perform cleaning of given items. Available options: all, device-support, archives, derived-data, docs-cache, old-logs, old-documentation. If you want to clean all, pass \"all\" or nothing",
possibleValues: ["all","device-support","archives","derived-data","docs-cache","old-logs","old-documentation"])
argsParser.addOption(name: "--help", description: "Prints this message")

Expand Down

0 comments on commit cc445a6

Please sign in to comment.