From 69fc3a4e4d9cb84ced254cc7f4414875a1f434b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 20 Feb 2009 23:48:20 +0000 Subject: [PATCH] Update TODO git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29267 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/ps.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/bin/ps.c b/src/bin/ps.c index b20b3549df..c707ea57d0 100644 --- a/src/bin/ps.c +++ b/src/bin/ps.c @@ -104,13 +104,7 @@ int main(int argc, char **argv) // TODO: parse command line // Possible command line options: - // -h show help - // ps - by default it only shows all team info - // ps [team] - shows info about this team with all its threads // -t pstree like output - // -a show threads too (by default only teams are displayed) - // -s show semaphore info - // -i show system info if (argc == 2 && (printSystemInfo||printThreads)) string_to_match = NULL;