diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-11-11 11:43:11 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-11-11 11:43:11 -0800 |
| commit | 3b1839e979b843ed5c305970d3e5c61816f06a31 (patch) | |
| tree | d1c8fc7aae799e5d2643fd37b2a9be75f5fb7f11 /enc.go | |
| parent | bd8bb1246cdad558fca64fdcf6af343905746e29 (diff) | |
| download | sym-main.tar.zst | |
Diffstat (limited to 'enc.go')
| -rw-r--r-- | enc.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ type encCmd struct { stdout io.Writer } -func (*encCmd) Name() string { return "enc" } +func (*encCmd) Name() string { return "enc" } func (*encCmd) Synopsis() string { return "encrypt" } func (*encCmd) Usage() string { return `usage: sym enc [OPTION]... [FILE]... |
