Skip to content

Commit

Permalink
Display the build date for "dub -h".
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed May 14, 2014
1 parent 432eb20 commit d02e48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/dub/commandline.d
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ Available commands
writeln();
writeOptions(common_args);
writeln();
writefln("DUB version %s", getDUBVersion());
writefln("DUB version %s, built on %s", getDUBVersion(), __DATE__);
}

private void showCommandHelp(Command cmd, CommandArgs args, CommandArgs common_args)
Expand All @@ -1450,7 +1450,7 @@ private void showCommandHelp(Command cmd, CommandArgs args, CommandArgs common_a
writeln();
writeOptions(common_args);
writeln();
writefln("DUB version %s", getDUBVersion());
writefln("DUB version %s, built on %s", getDUBVersion(), __DATE__);
}

private void writeOptions(CommandArgs args)
Expand Down

0 comments on commit d02e48e

Please sign in to comment.