summaryrefslogtreecommitdiff
path: root/man/man_test.go
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-06-01 19:37:34 +0200
committerewy <ewy0@protonmail.com>2026-06-01 19:37:34 +0200
commit3d46b9546e1ccf131ce4dbcbfc12f6e37fa301ea (patch)
tree54bd9343fe51734b7e2377a844065f317bc51cc3 /man/man_test.go
parent46d032cd21b0e8e2c94a32333d3805ec76980cca (diff)
default to manpage view for help
Diffstat (limited to 'man/man_test.go')
-rw-r--r--man/man_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man_test.go b/man/man_test.go
index 4b48c0f..7643677 100644
--- a/man/man_test.go
+++ b/man/man_test.go
@@ -14,5 +14,5 @@ func TestMan(t *testing.T) {
err := pflag.Set(manFlagName, d)
assert.NoError(t, err)
assert.NotPanics(t, main)
- assert.FileExists(t, filepath.Join(d, "pik.1.man"))
+ assert.FileExists(t, filepath.Join(d, "pik.1"))
}