powertop.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [Powertop] [PATCH v1 1/3] main.cpp: remove __DATE__ from --version
@ 2016-08-05 19:27 Joe Konno
  0 siblings, 0 replies; only message in thread
From: Joe Konno @ 2016-08-05 19:27 UTC (permalink / raw)
  To: powertop

[-- Attachment #1: Type: text/plain, Size: 633 bytes --]

From: Joe Konno <joe.konno(a)intel.com>

Suggested-by: eSyr <evgsyr(a)gmail.com>
Signed-off-by: Joe Konno <joe.konno(a)intel.com>
---
 src/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.cpp b/src/main.cpp
index 991dd9a68474..e6e41b1ce84d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -99,7 +99,7 @@ static const struct option long_options[] =
 
 static void print_version()
 {
-	printf(_("PowerTOP version " POWERTOP_VERSION ", compiled on " __DATE__ "\n"));
+	printf(_("PowerTOP version " POWERTOP_VERSION "\n"));
 }
 
 static bool set_refresh_timeout()
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-05 19:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-05 19:27 [Powertop] [PATCH v1 1/3] main.cpp: remove __DATE__ from --version Joe Konno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).