X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcgtop.c;h=1fe247c667afae1f5b0a7687411af5d771a8fa19;hb=90ccc3fca7e53a60a9e67b9d5812e1d4a27fc07d;hp=4624bc4af5d379fe46fa28d8538cbb175d8a336a;hpb=8f2d43a0121bc9a57ba8b79b33d5ac87d36ca2f2;p=elogind.git diff --git a/src/cgtop.c b/src/cgtop.c index 4624bc4af..1fe247c66 100644 --- a/src/cgtop.c +++ b/src/cgtop.c @@ -6,16 +6,16 @@ Copyright 2012 Lennart Poettering systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. systemd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + Lesser General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . ***/ @@ -499,7 +499,7 @@ static void help(void) { " -m Order by memory load\n" " -i Order by IO load\n" " -d --delay=DELAY Specify delay\n" - " --depth=DEPTH Maximum traversal depth\n", + " --depth=DEPTH Maximum traversal depth (default: 2)\n", program_invocation_short_name); }