Skip to content

Commit

Permalink
Removed files that were accidentally included in PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarkowsky committed Dec 25, 2023
1 parent e60a634 commit 44564d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/gui/SNTBinaryMessageWindowController.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
///
/// Controller for a single message window.
///
@interface SNTBinaryMessageWindowController : SNTMessageWindowController <NSWindowDelegate>
@interface SNTBinaryMessageWindowController : SNTMessageWindowController

- (instancetype)initWithEvent:(SNTStoredEvent *)event
customMsg:(NSString *)message
Expand Down
2 changes: 1 addition & 1 deletion Source/santactl/Commands/SNTCommandRule.m
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ + (NSString *)longHelpText {
@" --export {path}: export rules to a JSON file\n"
@"\n"
@" One of:\n"
@" --path {path}: path of binary/bundle ao add/remove.\n"
@" --path {path}: path of binary/bundle to add/remove.\n"
@" Will add the hash of the file currently at that path.\n"
@" Does not work with --check. Use the fileinfo verb to check.\n"
@" the rule state of a file.\n"
Expand Down

0 comments on commit 44564d5

Please sign in to comment.