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-finduser.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ipa-admintools/man/ipa-finduser.1') diff --git a/ipa-admintools/man/ipa-finduser.1 b/ipa-admintools/man/ipa-finduser.1 index ab7a01fe..e08ddc8d 100644 --- a/ipa-admintools/man/ipa-finduser.1 +++ b/ipa-admintools/man/ipa-finduser.1 @@ -37,4 +37,8 @@ Display all attributes .PP By default the full name, home Directory and login shell and username fields 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