Skip to content

Commit

Permalink
App: Updated tool name in command line code
Browse files Browse the repository at this point in the history
  • Loading branch information
vashpan committed Oct 19, 2022
1 parent c423d3e commit 0c2c047
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 @@ -152,7 +152,7 @@ public final class CmdLine {
public func start(args: [String]) {
printAppInfo()

let argsParser = ArgumentsParser(description: "Reclaims storage that Xcode stores in caches and old files")
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\"",
Expand Down

0 comments on commit 0c2c047

Please sign in to comment.