aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-04-11 21:38:45 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-04-11 21:38:45 -0700
commit3dc1c5254b27d39fdeff87a788951dfe83c48541 (patch)
tree42235eaac077f95ee262a3dee9ecbee90c9fbea8
parentcc8efbaf13d57021bee8d4b5bd8a1e46ebe54730 (diff)
downloadccp-3dc1c5254b27d39fdeff87a788951dfe83c48541.tar.zst
Small documentation improvement
-rw-r--r--ccp.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ccp.go b/ccp.go
index ed16fc3..297a1f5 100644
--- a/ccp.go
+++ b/ccp.go
@@ -304,6 +304,7 @@ host with optional path in the form [user@]host:[path]. Local file names
can be made explicit using absolute or relative pathnames to avoid ccp
treating file names containing `+"`"+`:' as host specifiers.
+Options:
`)
flag.PrintDefaults()
}