diff options
author | Siri Hansen <[email protected]> | 2011-04-11 10:22:59 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2011-04-11 10:22:59 +0200 |
commit | 73b16ada48c683529febd1167fd5a30f83c872af (patch) | |
tree | 680d681ec775e829946b7568676b921a4218e08e /lib/sasl/src/rb.erl | |
parent | 5043e4839afd79bfcd8044dea874441763f49e89 (diff) | |
parent | e6a7750c3a922ab1e2d25b98157de56d60a533c9 (diff) | |
download | otp-73b16ada48c683529febd1167fd5a30f83c872af.tar.gz otp-73b16ada48c683529febd1167fd5a30f83c872af.tar.bz2 otp-73b16ada48c683529febd1167fd5a30f83c872af.zip |
Merge branch 'siri/sasl/rb-help-error/OTP-9166' into dev
* siri/sasl/rb-help-error/OTP-9166:
rb help error
Diffstat (limited to 'lib/sasl/src/rb.erl')
-rw-r--r-- | lib/sasl/src/rb.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sasl/src/rb.erl b/lib/sasl/src/rb.erl index 38e486b7a7..13753565d8 100644 --- a/lib/sasl/src/rb.erl +++ b/lib/sasl/src/rb.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1996-2010. All Rights Reserved. +%% Copyright Ericsson AB 1996-2011. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -169,7 +169,7 @@ print_filters() -> print_dates() -> io:format(" - {StartDate, EndDate}~n"), - io:format(" StartDate = EndDate = {{Y-M-D},{H,M,S}} ~n"), + io:format(" StartDate = EndDate = {{Y,M,D},{H,M,S}} ~n"), io:format(" prints the reports with date between StartDate and EndDate~n"), io:format(" - {StartDate, from}~n"), io:format(" prints the reports with date greater than StartDate~n"), |