diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-06-25 03:59:52 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-06-25 04:57:41 +0900 |
| commit | 87e008d56de974947ebb99c2cc40b25d3c2cf43e (patch) | |
| tree | 31791911e5226d6ec04e3fac7d91b0bf53e63aa5 /main_test.go | |
| parent | 399207321265307bb15f37d867f9370cd51c82a8 (diff) | |
treewide: rename to hakurei
Fortify makes little sense for a container tool.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'main_test.go')
| -rw-r--r-- | main_test.go | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/main_test.go b/main_test.go index 39c88ccd..7e2b792e 100644 --- a/main_test.go +++ b/main_test.go @@ -6,7 +6,7 @@ import ( "flag" "testing" - "git.gensokyo.uk/security/fortify/command" + "git.gensokyo.uk/security/hakurei/command" ) func TestHelp(t *testing.T) { @@ -17,14 +17,14 @@ func TestHelp(t *testing.T) { }{ { "main", []string{}, ` -Usage: fortify [-h | --help] [-v] [--json] COMMAND [OPTIONS] +Usage: hakurei [-h | --help] [-v] [--json] COMMAND [OPTIONS] Commands: - app Launch app defined by the specified config file + app Load app from configuration file run Configure and start a permissive default sandbox - show Show the contents of an app configuration - ps List active apps and their state - version Show fortify version + show Show live or local app configuration + ps List active instances + version Display version information license Show full license text template Produce a config template help Show this help message @@ -33,7 +33,7 @@ Commands: }, { "run", []string{"run", "-h"}, ` -Usage: fortify run [-h | --help] [--dbus-config <value>] [--dbus-system <value>] [--mpris] [--dbus-log] [--id <value>] [-a <int>] [-g <value>] [-d <value>] [-u <value>] [--wayland] [-X] [--dbus] [--pulse] COMMAND [OPTIONS] +Usage: hakurei run [-h | --help] [--dbus-config <value>] [--dbus-system <value>] [--mpris] [--dbus-log] [--id <value>] [-a <int>] [-g <value>] [-d <value>] [-u <value>] [--wayland] [-X] [--dbus] [--pulse] COMMAND [OPTIONS] Flags: -X Enable direct connection to X11 |
