myadm

Simple MySQL client for the terminal
git clone git://git.bitsmanent.org/myadm
Log | Files | Refs | README | LICENSE

commit 331dd20ddbea4da1c8b8e9d7c090de326a33b57b
parent 2d42101f128d1af2862596f340bc14b1dd9935a1
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Fri,  9 Mar 2018 22:09:48 +0100

Switch to 2018.

Diffstat:
MLICENSE | 2+-
Mmyadm.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -1,6 +1,6 @@ MIT/X Consortium License -© 2016-2017 Claudio Alessi <smoppy at gmail dot com> +© 2016-2018 Claudio Alessi <smoppy at gmail dot com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/myadm.c b/myadm.c @@ -923,7 +923,7 @@ main(int argc, char **argv) { dbpass = EARGF(usage()); break; case 'v': - die("%s " VERSION " (c) 2017 Claudio Alessi\n", argv0); + die("%s-"VERSION, argv0); default: usage(); } ARGEND;