diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-11-28 00:50:25 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-11-28 00:50:25 +0100 |
commit | 5c4a526388e5d45f332d241b03114eaff98c53ce (patch) | |
tree | e6f7e4c19074b9a892b5d3c80aaed6722f8c096d /docs/cmdline-opts/service-name.d | |
parent | 720ea577dc2f850c24adbba463e307eed017bc11 (diff) | |
download | curl-5c4a526388e5d45f332d241b03114eaff98c53ce.tar.gz |
cmdline-opts: more command line options documented
Moved over to the new format
Diffstat (limited to 'docs/cmdline-opts/service-name.d')
-rw-r--r-- | docs/cmdline-opts/service-name.d | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/cmdline-opts/service-name.d b/docs/cmdline-opts/service-name.d new file mode 100644 index 000000000..4dfeb27d6 --- /dev/null +++ b/docs/cmdline-opts/service-name.d @@ -0,0 +1,8 @@ +Long: service-name +Help: SPNEGO service name +Arg: <name> +Added: 7.43.0 +--- +This option allows you to change the service name for SPNEGO. + +Examples: --negotiate --service-name sockd would use sockd/server-name. |