From 91ab2d3893e1fa3843b38c1b05a6dccbff8a09b4 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 16 Oct 2007 12:19:43 -0400 Subject: Add unique exit status to the ipa-find* tools when nothing is found --- ipa-admintools/man/ipa-findgroup.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ipa-admintools/man/ipa-findgroup.1') diff --git a/ipa-admintools/man/ipa-findgroup.1 b/ipa-admintools/man/ipa-findgroup.1 index 29b60797b..decab3df4 100644 --- a/ipa-admintools/man/ipa-findgroup.1 +++ b/ipa-admintools/man/ipa-findgroup.1 @@ -31,4 +31,8 @@ The search is a substring search in the name and description attributes. All entries that match are displayed. .SH "EXIT STATUS" -The exit status is 0 on success, nonzero on error. +0 if one or more entries were found + +1 if an error occurred + +2 if no matching entries were found -- cgit