diff options
| author | Werner Koch <[email protected]> | 2016-11-16 12:27:00 +0000 | 
|---|---|---|
| committer | Werner Koch <[email protected]> | 2016-11-16 12:27:00 +0000 | 
| commit | 7f5f26fd66e60e60de875c70b1f93f60c0438780 (patch) | |
| tree | 198c1edb66e1c5b2a132635070d96bf81a65b381 /src/argparse.c | |
| parent | core: Do not leak the override session key to ps(1). (diff) | |
| download | gpgme-7f5f26fd66e60e60de875c70b1f93f60c0438780.tar.gz gpgme-7f5f26fd66e60e60de875c70b1f93f60c0438780.zip  | |
doc: Replace http: by https: in core source files.
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src/argparse.c')
| -rw-r--r-- | src/argparse.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/argparse.c b/src/argparse.c index 003334f9..758173f8 100644 --- a/src/argparse.c +++ b/src/argparse.c @@ -26,7 +26,7 @@   *   * You should have received a copies of the GNU General Public License   * and the GNU Lesser General Public License along with this program; - * if not, see <http://www.gnu.org/licenses/>. + * if not, see <https://www.gnu.org/licenses/>.   */  /* This file may be used as part of GnuPG or standalone.  A GnuPG @@ -1518,7 +1518,7 @@ ARGPARSE_STR2(ARGPARSE_GPL_VERSION)  "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n"  "GNU General Public License for more details.\n\n"  "You should have received a copy of the GNU General Public License\n" -"along with this software.  If not, see <http://www.gnu.org/licenses/>.\n"; +"along with this software.  If not, see <https://www.gnu.org/licenses/>.\n";        break;      case 40: /* short and long usage */      case 41: p = ""; break;  | 
