Skip to content

Commit

Permalink
Surmagic directory name changed with the "SM".
Browse files Browse the repository at this point in the history
  • Loading branch information
gurhub committed Apr 25, 2021
1 parent cc44a80 commit 280bf55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion surmagic/Sources/surmagic/XCFCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class XCFCommand {
}
}

/// Creates an empty file with giving @name under the "Surmagic" directory.
/// Creates an empty file with giving @name under the "SM" directory.
public func createEmptyFile(_ name: String) throws {
let task = Process()
task.executableURL = URL(fileURLWithPath: SurmagicConstants.executablePath)
Expand Down
2 changes: 1 addition & 1 deletion surmagic/Sources/surmagic/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ struct xcf: ParsableCommand {
@available(OSX 11.2, *)
struct `init`: ParsableCommand {
static var configuration =
CommandConfiguration(abstract: "Creates the mandatory directory (surmagic) and files.")
CommandConfiguration(abstract: "Creates the mandatory directory \(SurmagicConstants.surfileDirectory) and files.")

@OptionGroup var options: Options

Expand Down

0 comments on commit 280bf55

Please sign in to comment.