Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
d43a441e
Commit
d43a441e
authored
Jul 15, 1999
by
Kurt Zeilenga
Browse files
Improve -MM usage messages
parent
08b04c4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
clients/tools/ldapmodify.c
View file @
d43a441e
...
...
@@ -72,7 +72,7 @@ usage( const char *prog )
{
fprintf
(
stderr
,
"Add or modify entries from an LDAP server
\n\n
"
"usage: %s [-abcknrvF
M
] [-d debug-level] [-P version] [-h ldaphost]
\n
"
"usage: %s [-abcknrvF
] [-M[M]
] [-d debug-level] [-P version] [-h ldaphost]
\n
"
" [-p ldapport] [-D binddn] [-w passwd] [ -f file | < entryfile ]
\n
"
" a - add values (default%s)
\n
"
" b - read values from files (for binary attributes)
\n
"
...
...
clients/tools/ldapsearch.c
View file @
d43a441e
...
...
@@ -22,7 +22,9 @@ usage( char *s )
fprintf
(
stderr
,
"usage: %s [options] filter [attributes...]
\n
where:
\n
"
,
s
);
fprintf
(
stderr
,
" filter
\t
RFC-1558 compliant LDAP search filter
\n
"
);
fprintf
(
stderr
,
" attributes
\t
whitespace-separated list of attributes to retrieve
\n
"
);
fprintf
(
stderr
,
"
\t\t
(if no attribute list is given, all are retrieved)
\n
"
);
fprintf
(
stderr
,
"
\t\t
empty list -- all non-operational attributes
\n
"
);
fprintf
(
stderr
,
"
\t\t
1.1 -- no attributes
\n
"
);
fprintf
(
stderr
,
"
\t\t
* -- all attributes
\n
"
);
fprintf
(
stderr
,
"options:
\n
"
);
fprintf
(
stderr
,
" -n
\t\t
show what would be done but don't actually search
\n
"
);
fprintf
(
stderr
,
" -v
\t\t
run in verbose mode (diagnostics to standard output)
\n
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment